home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / pascal / fastkey.exe / README < prev    next >
Text File  |  1992-12-11  |  2KB  |  43 lines

  1. FastKey v1.1 for Turbo Pascal and Turbo C.  Copyright 1992 by Steve Holley.
  2.  
  3. The following files should be included:
  4.  
  5. README        This file.  Contents of the FastKey archive.
  6. README.BAT    The batch file to display this file.
  7.  
  8. DEMO.BAT      The batch file to illustrate the advantage of using FastKey.
  9. DEMO1.EXE     The executable file implementing standard DOS key input using
  10.               Turbo Pascals ReadKey.
  11. DEMO2.EXE     The executable file implementing FastKey input using Pressed().
  12. C_DEMO.EXE    The same program as DEMO2.EXE (above) only written in Turbo C.
  13.  
  14. DEMO1.PAS     Source code for DEMO1.EXE.
  15. DEMO2.PAS     Source code for DEMO2.EXE.
  16. C_DEMO.CPP    Source code for C_DEMO.EXE.
  17. C_DEMO.PRJ    The project file for C_DEMO.EXE.
  18.  
  19. FASTKEY.TPU   Turbo Pascal 6.0 unit.
  20. FASTKEY.OBJ   Turbo C++ 3.0 object file.
  21. FASTKEY.H     FastKey Header File (for Turbo C).
  22. FASTKEY.DOC   Documentation for using the unit.
  23. PRINTDOC.BAT  The batch file for printing the documentation to a printer.
  24.  
  25. Type DEMO to see a demonstration of what FASTKEY can do for you.
  26. Type PRINTDOC to print the documentation to your printer.
  27.  
  28.  
  29. Last Minute Notes
  30. ------------------
  31.  
  32. Bug Fix: FastKey 1.0 for Turbo Pascal did not always restore the keyboard 
  33. correctly when uninstalled.  This has been fixed with version 1.1.
  34.  
  35. FastKey now works with Turbo C.  The FASTKEY.OBJ is a small model version
  36. of FastKey that will work with Turbo C.
  37.  
  38. With the release of Borland Pascal with Object (TP 7.0) I have decided to
  39. include two TPUs, one for Turbo Pascal 6.0 and one for Borland Pascal. The
  40. unit FASTKEY.TPU is for Borland Pascal 7.0.  The unit FASTKEY6.TPU is for
  41. Turbo Pascal 6.0.
  42.  
  43.